home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_1756 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  380b  |  16 lines

  1. on(press){
  2.    if(_root.sd_sel == 0)
  3.    {
  4.       _root.showAlert("O l├¡der n├úo pode ser dispensado!");
  5.    }
  6.    else if(_root["s" + _root.sd_sel]._currentframe > 1)
  7.    {
  8.       _root.opt_confirm = 2;
  9.       _root.showConfirm("Voc├¬ tem certeza que quer dispensar esse soldado?");
  10.    }
  11.    else
  12.    {
  13.       _root.showAlert("Selecione o soldado a ser dispensado!");
  14.    }
  15. }
  16.